Side navigation
Ticket #3169: ie7-version[5791].diff
File ie7-version[5791].diff, 0.4 KB (added by flesler, July 23, 2008 04:01PM UTC)
What do you think about this patch ?
Index: core.js
===================================================================
--- core.js (revision 5791)
+++ core.js (working copy)
@@ -1228,6 +1228,9 @@
mozilla: /mozilla/.test( userAgent ) && !/(compatible|webkit)/.test( userAgent )
};
+if( jQuery.browser.msie && this.XMLHttpRequest )
+ jQuery.browser.version = '7.0';
+
var styleFloat = jQuery.browser.msie ?
"styleFloat" :
"cssFloat";
Download in other formats:
Original Format
File ie7-version[5791].diff, 0.4 KB (added by flesler, July 23, 2008 04:01PM UTC)
What do you think about this patch ?
Index: core.js
===================================================================
--- core.js (revision 5791)
+++ core.js (working copy)
@@ -1228,6 +1228,9 @@
mozilla: /mozilla/.test( userAgent ) && !/(compatible|webkit)/.test( userAgent )
};
+if( jQuery.browser.msie && this.XMLHttpRequest )
+ jQuery.browser.version = '7.0';
+
var styleFloat = jQuery.browser.msie ?
"styleFloat" :
"cssFloat";